home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / GLYPHBTN.PAK / GLYPHBTN.H next >
Text File  |  1997-05-06  |  833b  |  32 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. //----------------------------------------------------------------------------
  5. #if !defined(OWLBTNX_H)
  6. #define OWLBTNX_H
  7.  
  8.  
  9. #define IDD_CLIENTDLG         100
  10. #define IDC_1                 101
  11. #define IDC_2                 102
  12. #define IDC_3                 103
  13. #define IDC_ENABLEHELP        104
  14.  
  15.  
  16. //
  17. // Predefined button IDs
  18. //
  19.  
  20. #define IDB_BORBTNII_OK         20
  21. #define IDB_BORBTNII_OKG        21
  22. #define IDB_BORBTNII_CANCEL     24
  23. #define IDB_BORBTNII_CANCELG    25
  24. #define IDB_BORBTNII_NO         28
  25. #define IDB_BORBTNII_NOG        29
  26. #define IDB_BORBTNII_HELP       32
  27. #define IDB_BORBTNII_HELPG      33
  28.  
  29.  
  30. #endif  //  OWLBTNX_H
  31.  
  32.